;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;                                                                           ;
; CallRate                                            from 1-September-1990 ;
;                                                                           ;
; This file allows definition of costs for various charge rates             ;
;                                                                           ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Unit price
;         
; First is unit cost, in this case 4.2p + VAT = 4.935p. Divisor1 is division factor
; to get small units (ie pence). Divisor2 is the factor to get big units
; (pounds) from small units (ie pence). Note that only integer division is
; used.
Unit            4935
Divisor1        1000
Divisor2         100
;
; Band timings for various different call bands in UK
; (day 1 = sunday). The characters can be anything, and
; are referred to below.
;                             
Bands     csp
;                                  
; Call bands for UK calls
; Time     000000000011111111112222
;          012345678901234567890123
1Sunday    cccccccccccccccccccccccc
1Monday    ccccccccsppppssssscccccc
1Tuesday   ccccccccsppppssssscccccc
1Wednesday ccccccccsppppssssscccccc
1Thursday  ccccccccsppppssssscccccc
1Friday    ccccccccsppppssssscccccc
1Saturday  cccccccccccccccccccccccc
;                        
; Call bands for international bands 1,2,3,9,10.
; Time     000000000011111111112222
;          012345678901234567890123
2Sunday    cccccccccccccccccccccccc
2Monday    ccccccccsssssssssssssccc
2Tuesday   ccccccccsssssssssssssccc
2Wednesday ccccccccsssssssssssssccc
2Thursday  ccccccccsssssssssssssccc
2Friday    ccccccccsssssssssssssccc
2Saturday  cccccccccccccccccccccccc
;
; Call bands for international bands 4,5.
; Time     000000000011111111112222
;          012345678901234567890123
3Sunday    cccccccccccccccccccccccc
3Monday    ccccccccsssssssppssssccc
3Tuesday   ccccccccsssssssppssssccc
3Wednesday ccccccccsssssssppssssccc
3Thursday  ccccccccsssssssppssssccc
3Friday    ccccccccsssssssppssssccc
3Saturday  cccccccccccccccccccccccc
;
;
; Call bands for international band 6 (approximate).
; Time     000000000011111111112222
;          012345678901234567890123
4Sunday    cccccccsssssssscccccssss
4Monday    cccccccsssssssscccccssss
4Tuesday   cccccccsssssssscccccssss
4Wednesday cccccccsssssssscccccssss
4Thursday  cccccccsssssssscccccssss
4Friday    cccccccsssssssscccccssss
4Saturday  cccccccsssssssscccccssss
;
; Call bands for international bands 7,8,11,12,13.
; Time     000000000011111111112222
;          012345678901234567890123
5Sunday    ccccccccsssssssssssscccc
5Monday    ccccccccsssssssssssscccc
5Tuesday   ccccccccsssssssssssscccc
5Wednesday ccccccccsssssssssssscccc
5Thursday  ccccccccsssssssssssscccc
5Friday    ccccccccsssssssssssscccc
5Saturday  ccccccccsssssssssssscccc
;
; Current UK rates. First column is the charge band name, to be used on
; menus etc. Second column defines which call band table (defined above)
; to use for this rate. Following on from this, timings per unit for each
; call rate are listed. Note no spaces when defining call rates!
;
Rate Unknown   1 c=0     s=0     p=0
Rate Free      1 c=0     s=0     p=0
Rate L         1 c=22000 s=8000  p=5750
Rate a         1 c=8080  s=3615  p=2700
Rate b1        1 c=5035  s=3200  p=2395
Rate b         1 c=3795  s=2560  p=1920
Rate m         1 c=1140  s=761   p=761
Rate Irish     1 c=1080  s=800   p=800
Rate p1        1 c=825   s=620   p=620
Rate IntBand1  2 c=930   s=769   p=0
Rate IntBand2  2 c=687   s=582   p=0
Rate IntBand3  2 c=521   s=440   p=0
Rate IntBand4  3 c=582   s=510   p=475
Rate IntBand5  3 c=450   s=380   p=380
Rate IntBand6  4 c=445   s=366   p=0
Rate IntBand7  5 c=406   s=326   p=0
Rate IntBand8  5 c=365   s=293   p=0
Rate IntBand9  2 c=274   s=235   p=0
Rate IntBand10 2 c=268   s=227   p=0
Rate IntBand11 5 c=241   s=230   p=0
Rate IntBand12 5 c=234   s=223   p=0
Rate IntBand13 5 c=222   s=219   p=0
